home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / SOUND / TRACKCONV-1 / !TrackConv / PPPTrkForm < prev    next >
Text File  |  1994-07-30  |  3KB  |  138 lines

  1. Multifile/PPP Track format:
  2.  
  3. ---------------------------------------------------------------------------
  4.  
  5. V2.00
  6.  
  7. &00  Version number   (should be 2.00)
  8. &04  Track name
  9. &24  Author name
  10. &44  Stereo settings
  11. &4C  No. of samples
  12. &4D  Length of track
  13. &51  No. of patterns
  14. &55  No. of voices
  15. &56  High nibble=Sample format   Low nibble=volume format (See end of text)
  16. &57  Sample offset from start of patterns
  17. &5B  Sequence data (byte each) length=track length
  18. &5B + seq data             Patterns lengths (byte each)
  19. &5B + seq data + pat lens  Pattern data
  20.  
  21. ---------------------------------------------------------------------------
  22.  
  23. V2.05
  24.  
  25. &00  Version number   (should be 2.05)
  26. &04  Track name
  27. &24  Author name
  28. &44  Stereo settings
  29. &4C  No. of samples
  30. &4D  Length of track
  31. &51  Length of sequence
  32. &55  No. of patterns
  33. &59  No. of voices
  34. &5A  High nibble=Sample format   Low nibble=volume format (See end of text)
  35. &5B  Sample offset from start of patterns
  36. &5F  Sequence data (byte each)
  37. &5F + seq data  Patterns lengths (byte each)
  38. &5F + seq data + pat lens  pattern data (aligned to nearest whole word)
  39.  
  40. ---------------------------------------------------------------------------
  41.  
  42. V2.06
  43.  
  44. &00  Version number   (should be 2.06)
  45. &04  Track name
  46. &24  Author name
  47. &44  Stereo settings
  48. &4C  No. of samples
  49. &4D  Length of track
  50. &51  Length of sequence
  51. &55  No. of patterns
  52. &59  No. of voices
  53. &5A  High nibble=Sample format   Low nibble=volume format (See end of text)
  54. &5B  Original music format:
  55.  
  56.   &01  Tracker
  57.   &02  Sound Tracker
  58.   &03  Desktop Tracker
  59.   &04  Digital Symphony
  60.   &05  Coconizer (song)
  61.   &06  Musix
  62.   &07  Octalyser
  63.   &08  Teque Music
  64.   &09  ProTracker Studio 16
  65.   &0A  Med3 (!?)
  66.   &0B  Face The Music
  67.   &0C  Multifile/PPP Track
  68.   &0D  Coconizer RM
  69.   &0E  PC 669
  70.   &0F  OctaMED
  71.   &10  PC S3M
  72.   &11  Ultra Tracker
  73.   &12  Scream Traker
  74.   &13  Coconizer (trackfile)
  75.   &14  Arc ProTracker
  76.   &15  Twin World tune
  77.   &16  Zool tune
  78.   &17  Maestro
  79.  
  80. Anything else should be 'Unknown'
  81.  
  82. &5C  Sample offset from start of patterns
  83. &60  Pointer to info text from start of file
  84. &64  Length of info text
  85. &68  Sequence data (word each)
  86. &68 + seq data                Patterns lengths (word each)
  87. &68 + seq data + pat lens     pattern data
  88.  
  89.  
  90. ---------------------------------------------------------------------------
  91.  
  92. Sample block format:
  93.  
  94. &00   Sample name (0 terminated if <22)
  95. &16   Sample length
  96. &1A   Fine tuning
  97. &1B   Volume
  98. &1C   Repeat offset
  99. &20   Repeat length
  100.  
  101. Total: 36 bytes
  102.  
  103. &24   Sample data (8 bit) followed by next sample block
  104.  
  105. ---------------------------------------------------------------------------
  106.  
  107. Pattern format:
  108.  
  109. Bits:
  110.  
  111.  0 -  5  Note
  112.  6 - 12  Voice/Instrument
  113. 14 - 19  Effect
  114. 20 - 31  Effect parameter
  115.  
  116. Effects are (also) the same as Digital Symphony.
  117.  
  118. ---------------------------------------------------------------------------
  119.  
  120. Sample formats
  121.  
  122. 1 Linear signed
  123. 2 Linear unsigned
  124. 3 Logarithmic
  125.  
  126. ---------------------------------------------------------------------------
  127.  
  128. Volume formats
  129.  
  130. 1 Logarithmic
  131. 2 Linear
  132.  
  133. ---------------------------------------------------------------------------
  134.  
  135. by Chris Davis (Entity) of the PPP & Cancer
  136.  
  137. Fidonet#2:253/417.6
  138.